You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSpectrum Class > TSpectrum Methods > TSpectrum.MarksToStrings Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSpectrum.MarksToStrings Method

Convert marks to strings.

Syntax
C#
Visual Basic
public void MarksToStrings(TStrings Dst, [In] string FrequencyFormat, [In] string AmplitudeFormat, [In] string PhaseFormat, [In] string XTitle, [In] string ATitle, [In] string PTitle, bool IncludePhase, [In] string Delimiter);

The strings will be stored in TStrings object with two columns, alligned for display with a fixed charachter width Font. The Header of each column is defined with the XTitle and ATitle and PTitle properties. The header line will not be displayed, if XTitle, ATitle and PTitle are set to empty strings. The width of the columns is defined with the global variable: SignalTextColumnWidth. If FrequencyFormat, AmplitudeFormat or PhaseFormat is an empty string, full numeric precision will be used for the coresponding column.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!